Skip to content

Commit

Permalink
Add order id for using bank/apm order id. Remove bankOrderId, old cli…
Browse files Browse the repository at this point in the history
…ents can continue use
  • Loading branch information
Alican Akkus authored and Alican Akkus committed Jan 29, 2025
1 parent 8b38502 commit e38419f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Craftgate/Request/InitCheckoutPaymentRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class InitCheckoutPaymentRequest
public string PaymentChannel { get; set; }
public string ConversationId { get; set; }
public string ExternalId { get; set; }
public string BankOrderId { get; set; }
public string OrderId { get; set; }
public PaymentPhase PaymentPhase { get; set; } = PaymentPhase.AUTH;
public IList<PaymentMethod> EnabledPaymentMethods { get; set; }
public string MasterpassGsmNumber { get; set; }
Expand Down

0 comments on commit e38419f

Please sign in to comment.