1515class Veritrans
1616{
1717 /**
18- * Property Protected
18+ * Property Protected.
1919 *
2020 * @var \Codenom\Midtrans\Config\Midtrans;
2121 */
@@ -31,7 +31,7 @@ public function __construct($config = null)
3131 /**
3232 * Payment with SNAP Midtrans
3333 * Data to Decode before sent CURL Request
34- * After get response from CURL, then parsing data encode to decode [Object]
34+ * After get response from CURL, then parsing data encode to decode [Object].
3535 *
3636 * @var Type CURL POST = \Codenom\Midtrans\Constant::CURL_TYPE_POST
3737 *
@@ -53,7 +53,7 @@ public function getStatus($id)
5353 /**
5454 * Payment VT Web Checkout Payments
5555 * Data to Decode before sent CURL Request
56- * After get response from CURL, then parsing data encode to decode [Object]
56+ * After get response from CURL, then parsing data encode to decode [Object].
5757 *
5858 * @var Type CURL POST = \Codenom\Midtrans\Constant::CURL_TYPE_POST
5959 *
@@ -76,7 +76,7 @@ public function vtWebCharge($payload)
7676 /**
7777 * Payment VT Web Direct Checkout Payments
7878 * Data to Decode before sent CURL Request
79- * After get response from CURL, then parsing data encode to decode [Object]
79+ * After get response from CURL, then parsing data encode to decode [Object].
8080 *
8181 * @var Type CURL POST = \Codenom\Midtrans\Constant::CURL_TYPE_POST
8282 *
@@ -99,7 +99,7 @@ public function vtWebDirectCharge($payload)
9999 /**
100100 * Appove challenge transaction
101101 * Data to Decode before sent CURL Request
102- * After get response from CURL, then parsing data encode to decode [Object]
102+ * After get response from CURL, then parsing data encode to decode [Object].
103103 *
104104 * @var Type CURL POST = \Codenom\Midtrans\Constant::CURL_TYPE_POST
105105 *
@@ -121,7 +121,7 @@ public function approve($id)
121121 /**
122122 * Cancel transaction before it's setteled
123123 * Data to Decode before sent CURL Request
124- * After get response from CURL, then parsing data encode to decode [Object]
124+ * After get response from CURL, then parsing data encode to decode [Object].
125125 *
126126 * @var Type CURL POST = \Codenom\Midtrans\Constant::CURL_TYPE_POST
127127 *
@@ -143,7 +143,7 @@ public function cancel($id)
143143 /**
144144 * Expire transaction before it's setteled
145145 * Data to Decode before sent CURL Request
146- * After get response from CURL, then parsing data encode to decode [Object]
146+ * After get response from CURL, then parsing data encode to decode [Object].
147147 *
148148 * @var Type CURL POST = \Codenom\Midtrans\Constant::CURL_TYPE_POST
149149 *
@@ -161,4 +161,4 @@ public function expire($id)
161161 )
162162 );
163163 }
164- }
164+ }
0 commit comments