teya payment happy path

This commit is contained in:
2023-11-01 16:40:28 +00:00
parent 4d6e83024a
commit 7a084e37a0
4 changed files with 90 additions and 1 deletions
@@ -39,6 +39,8 @@ public class PaymentGatewayFac {
return new PaymentGatewayExt();
case "PaymentSense":
return new PaymentGatewayPaymentSense();
case "Teya":
return new PaymentGatewayTeya();
default:
return null;
}