deleteCoupon() публичный статический Метод

public static deleteCoupon ( $couponCode, $client = null )
Пример #1
0
 public function testDeleteCoupon()
 {
     $this->client->addResponse('DELETE', '/coupons/special', 'coupons/destroy-204.xml');
     Recurly_Coupon::deleteCoupon('special', $this->client);
 }