Skip to content

Commit

Permalink
added additional_data to AsanPardakht adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
samuraee committed Jun 30, 2023
1 parent cba6355 commit 013fbd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Provider/AsanPardakhtProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ public function requestTokenData(): array
'localDate' => $this->getParameters('local_date').' '.$this->getParameters('local_time'),
'callbackURL' => $this->getCallbackUrl(),
'paymentId' => 0,
'additionalData' => (string) $this->getParameters('additional_data', ''),
];
}

Expand Down

0 comments on commit 013fbd0

Please sign in to comment.