From d4f2fcdffbb8d3644eff2dd5a24b2a3f3500a16c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 29 Mar 2022 12:41:21 +1100 Subject: [PATCH] Remove domain verification for apple pay --- ...014025_reverse_apple_domain_for_hosted.php | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 database/migrations/2022_03_29_014025_reverse_apple_domain_for_hosted.php diff --git a/database/migrations/2022_03_29_014025_reverse_apple_domain_for_hosted.php b/database/migrations/2022_03_29_014025_reverse_apple_domain_for_hosted.php new file mode 100644 index 000000000000..a1174083a37d --- /dev/null +++ b/database/migrations/2022_03_29_014025_reverse_apple_domain_for_hosted.php @@ -0,0 +1,41 @@ +fields = '{"account_id":""}'; + $stripe_connect->save(); + } + } + + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + // + } +}