Skip to content

Commit 9659792

Browse files
committed
Merge branch 'paul/fewFixes' into deploy
2 parents bc093df + 0417fbb commit 9659792

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/partners/paybis.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ function getFiatPaymentType(
306306
switch (name) {
307307
case undefined:
308308
return null
309+
case 'Apple Pay':
310+
return 'applepay'
309311
case 'AstroPay':
310312
return 'astropay'
311313
case 'Credit/Debit Card':

0 commit comments

Comments
 (0)