Skip to content

Commit 0b76b0b

Browse files
committed
typo
1 parent c53f19e commit 0b76b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/resources/IssuerFraudRecords.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('IssuerFraudRecord Resource', function() {
1515
});
1616
});
1717
it('Sends the correct request for charge ID', function() {
18-
stripe.issuer_fraud_records.retrieve('ch_123');
18+
stripe.issuer_fraud_records.retrieveFromCharge('ch_123');
1919
expect(stripe.LAST_REQUEST).to.deep.equal({
2020
method: 'GET',
2121
url: '/v1/issuer_fraud_records?charge=ch_123',

0 commit comments

Comments
 (0)