• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

recurly / recurly-js / 5609
92%
master: 91%

Build:
Build:
LAST BUILD BRANCH: add_gateway_code_paypal_complete_2
DEFAULT BRANCH: master
Ran 01 Apr 2023 01:09AM UTC
Jobs 1
Files 91
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
5609

push

travis-ci-com

cbarton
feat(apple pay): add support for `recurringPaymentRequest`

Can be specified as the option or will be generated if the `total` line
item is set to `paymentTiming='recurring'`:

```typescript
const total: ApplePayLineItem = {
  label: 'My Subscription',
  paymentTiming: 'recurring',
  amount: '29.00',
  recurringPaymentIntervalUnit: 'month',
  recurringPaymentIntervalCount: 1,
  recurringPaymentStartDate: new Date(),
};

const applePay = recurly.ApplePay({
  total,
  recurringPaymentRequest: {
    paymentDescription: 'A recurring subscription',
    regularBilling: total,
    billingAgreement: 'Will recur forever',
  }
});
```

1411 of 1729 branches covered (81.61%)

3100 of 3354 relevant lines covered (92.43%)

12114.36 hits per line

Jobs
ID Job ID Ran Files Coverage
3 5609.3 (BROWSER_STACK_USERNAME=[secure] BROWSER_STACK_ACCESS_KEY=[secure] GCS_BUCKET_URL=[secure] BROWSER=ChromeHeadlessCI REPORT_COVERAGE=true) 01 Apr 2023 01:09AM UTC 0
92.43
Travis Job 5609.3
Source Files on build 5609
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #5609
  • 63cf99b6 on github
  • Next Build on recurring-payment-request (#5612)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc