Skip to content

Commit 013fbd0

Browse files
committed
added additional_data to AsanPardakht adapter
1 parent cba6355 commit 013fbd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Provider/AsanPardakhtProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ public function requestTokenData(): array
168168
'localDate' => $this->getParameters('local_date').' '.$this->getParameters('local_time'),
169169
'callbackURL' => $this->getCallbackUrl(),
170170
'paymentId' => 0,
171+
'additionalData' => (string) $this->getParameters('additional_data', ''),
171172
];
172173
}
173174

0 commit comments

Comments
 (0)