Skip to content

Commit b6cefc2

Browse files
change createBaseCardPayment to createBasePayment when voucher
1 parent c739a90 commit b6cefc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Payment/Factories/PaymentFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ private function createVoucherPayments($data)
166166

167167
$payments = [];
168168
foreach ($cardsData as $cardData) {
169-
$payments[] = $this->createBaseCardPayment(
169+
$payments[] = $this->createBasePayments(
170170
$cardData,
171171
$cardDataIndex,
172172
$config

0 commit comments

Comments
 (0)