Skip to content

Commit

Permalink
Configure paypal id on paymentProviderHelper (#1036)
Browse files Browse the repository at this point in the history
Co-authored-by: Tuan Nguyen Trong Anh <tuan.nguyentronganh@nashtechglobal.com>
  • Loading branch information
HnKnA and Tuan Nguyen Trong Anh authored Sep 17, 2024
1 parent 76ed7a3 commit 06f5ee2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.yas.paymentpaypal.model;

public class PaymentProviderHelper {
public static final String PAYPAL_PAYMENT_PROVIDER_ID = "PaypalPayment";
public static final String PAYPAL_PAYMENT_PROVIDER_ID = "PAYPAL";

private PaymentProviderHelper() {
// Private constructor to prevent instantiation
Expand Down

0 comments on commit 06f5ee2

Please sign in to comment.