예제 #1
0
 public static function delete($id)
 {
     return parent::_DELETE("/orders/" . $id);
 }
 public static function delete($id)
 {
     return parent::_DELETE("/paymentMethods/" . $id);
 }
예제 #3
0
 public static function delete($id)
 {
     return parent::_DELETE("/promotions/" . $id);
 }
예제 #4
0
 public static function delete($id)
 {
     return parent::_DELETE("/shippings/" . $id);
 }