Berater Register, Mitgliedschat live

https://dev.adametz.media:3000/cliquers/mivita.care/issues/3
This commit is contained in:
Kevin Adametz 2020-03-09 14:45:09 +01:00
parent 21abafb8db
commit 1ada368ed4
43 changed files with 286 additions and 114 deletions

View file

@ -62,6 +62,7 @@ class PaymentTransaction extends Model
'errorcode',
'errormessage',
'customermessage',
'mode',
];

View file

@ -70,6 +70,7 @@ class ShoppingOrder extends Model
'tax',
'total_shipping',
'weight',
'mode',
];
protected $txaction_text = [

View file

@ -51,6 +51,7 @@ class ShoppingPayment extends Model
'reference',
'amount',
'currency',
'mode'
];