Skip to content

Commit

Permalink
Fix fingate sample (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicanAkkus authored Feb 26, 2024
1 parent fa85f82 commit 25516e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/payment/BnplPaymentOffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const request = {
id: "100",
name: "Test Elektronik 1",
brandName: "Samsung",
type: Craftgate.Model.BnplCartItemType.MobilePhonePriceAboveRegulationLimit,
type: Craftgate.Model.BnplCartItemType.Tv,
unitPrice: 4000,
quantity: 1,
}
Expand Down
4 changes: 2 additions & 2 deletions samples/payment/InitBnplPayment.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const request = {
conversationId : "29393-mXld92ko3",
externalId : "external_id-345",
callbackUrl : "callback",
bankCode: "103",
bankCode: "034",
items: [
{
externalId: "38983903",
Expand All @@ -42,7 +42,7 @@ const request = {
id: "100",
name: "Test Elektronik 1",
brandName:"Samsung",
type: Craftgate.Model.BnplCartItemType.MobilePhonePriceAboveRegulationLimit,
type: Craftgate.Model.BnplCartItemType.Tv,
unitPrice: 4000,
quantity: 1,
}
Expand Down
2 changes: 1 addition & 1 deletion src/model/ApmType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ enum ApmType {
FundTransfer = 'FUND_TRANSFER',
CashOnDelivery = 'CASH_ON_DELIVERY',
Maslak = 'MASLAK',
ALFABANK = 'ALFABANK',
Alfabank = 'ALFABANK',
TomFinance = 'TOM_FINANCE',
Haso = 'HASO'
}
Expand Down

0 comments on commit 25516e1

Please sign in to comment.