Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle file objects like file_upload #520

Merged
merged 3 commits into from
Sep 24, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Upgrade stripe-mock, and fix test
ob-stripe committed Sep 22, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 71443145e0f9d066274aedc2c5add0f8d299d844
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ php:

env:
global:
- STRIPE_MOCK_VERSION=0.30.0
- STRIPE_MOCK_VERSION=0.32.0
matrix:
- AUTOLOAD=1
- AUTOLOAD=0
2 changes: 1 addition & 1 deletion tests/Stripe/Issuing/DisputeTest.php
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ public function testIsCreatable()
{
$params = [
"reason" => "fraudulent",
"transaction" => "ipi_123",
"disputed_transaction" => "ipi_123",
];

$this->expectsRequest(
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define("MOCK_MINIMUM_VERSION", "0.30.0");
define("MOCK_MINIMUM_VERSION", "0.32.0");
define("MOCK_PORT", getenv("STRIPE_MOCK_PORT") ?: 12111);

// Send a request to stripe-mock