File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,48 @@ class MyController extends Controller
58
58
}
59
59
```
60
60
61
+ #### Get Bank
62
+
63
+ ``` php
64
+ Toyyibpay::getBanks();
65
+ ```
66
+
67
+ #### Get Bank FPX
68
+
69
+ ``` php
70
+ Toyyibpay::getBanksFPX();
71
+ ```
72
+
73
+ #### Get Package
74
+
75
+ ``` php
76
+ Toyyibpay::getPackages();
77
+ ```
78
+
79
+ #### Create Category
80
+
81
+ ``` php
82
+ Toyyibpay::createCategory($name, $description);
83
+ ```
84
+
85
+ #### Get Category
86
+
87
+ ``` php
88
+ Toyyibpay::getCategory($code);
89
+ ```
90
+
91
+ #### Create Bill
92
+
93
+ ``` php
94
+ Toyyibpay::createBill($code, $bill_object);
95
+ ```
96
+
97
+ #### Get Bill Payment Link
98
+
99
+ ``` php
100
+ Toyyibpay::billPaymentLink($bill_code);
101
+ ```
102
+
61
103
### Opening an Issue
62
104
Before opening an issue there are a couple of considerations:
63
105
* You are all cute and geek!
You can’t perform that action at this time.
0 commit comments