Skip to content

Commit

Permalink
user identity changed to string
Browse files Browse the repository at this point in the history
  • Loading branch information
beratallahverdi committed Sep 30, 2024
1 parent 00ab2c5 commit ac70f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/payment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ func TestPayment_InitTompayApmPayment(t *testing.T) {
func TestPayment_InitChippinApmPayment(t *testing.T) {
request := adapter.InitApmPaymentRequest{
ApmType: craftgate.ApmType_CHIPPIN,
ApmUserIdentity: 1000000, // Chippin Numarası
ApmUserIdentity: "1000000", // Chippin Numarası
Price: 1,
PaidPrice: 1,
Currency: craftgate.Currency_TRY,
Expand Down

0 comments on commit ac70f46

Please sign in to comment.