You are here

public function PaymentIntentTest::dataProviderOrderSync in Commerce Stripe 8

Data provider for testing payment intent updates.

Return value

\Generator The test data.

File

tests/src/Kernel/PaymentIntentTest.php, line 221

Class

PaymentIntentTest
Payment intent tests.

Namespace

Drupal\Tests\commerce_stripe\Kernel

Code

public function dataProviderOrderSync() {
  (yield [
    FALSE,
  ]);
  (yield [
    TRUE,
  ]);
}