diff --git a/auth-web/src/components/pay/PayWithCreditCard.vue b/auth-web/src/components/pay/PayWithCreditCard.vue new file mode 100644 index 000000000..3e2dddc2c --- /dev/null +++ b/auth-web/src/components/pay/PayWithCreditCard.vue @@ -0,0 +1,84 @@ + + + + + diff --git a/auth-web/src/components/pay/PayWithOnlineBanking.vue b/auth-web/src/components/pay/PayWithOnlineBanking.vue new file mode 100644 index 000000000..4d051e25d --- /dev/null +++ b/auth-web/src/components/pay/PayWithOnlineBanking.vue @@ -0,0 +1,128 @@ + + + + + diff --git a/auth-web/src/components/pay/PaymentCard.vue b/auth-web/src/components/pay/PaymentCard.vue index 0de0508a8..802973793 100644 --- a/auth-web/src/components/pay/PaymentCard.vue +++ b/auth-web/src/components/pay/PaymentCard.vue @@ -1,70 +1,36 @@