Skip to content

Commit

Permalink
Revert "Create Venmo Module Shell (#282)"
Browse files Browse the repository at this point in the history
This reverts commit 91f572c.
  • Loading branch information
richherrera authored Jul 15, 2024
1 parent 91f572c commit 21686b4
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 565 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* PayPalNativePayments (DEPRECATED)
* **Note:** This module is deprecated and will be removed in a future version of the SDK
* Add deprecated warning message to all public classes and methods
* VenmoPayments
* Add `VenmoPayments` module

## 1.3.2 (2024-05-23)
* PaymentButtons
Expand Down
8 changes: 0 additions & 8 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ let package = Package(
name: "CardPayments",
targets: ["CardPayments"]
),
.library(
name: "VenmoPayments",
targets: ["VenmoPayments"]
),
.library(
name: "FraudProtection",
targets: ["FraudProtection", "PPRiskMagnes"]
Expand Down Expand Up @@ -70,10 +66,6 @@ let package = Package(
dependencies: ["CorePayments", "PPRiskMagnes"],
resources: [.copy("PrivacyInfo.xcprivacy")]
),
.target(
name: "VenmoPayments",
dependencies: ["CorePayments"]
),
.binaryTarget(
name: "PPRiskMagnes",
path: "Frameworks/XCFrameworks/PPRiskMagnes.xcframework"
Expand Down
5 changes: 0 additions & 5 deletions PayPal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ Pod::Spec.new do |s|
s.resource_bundle = { "PayPalWebPayments_PrivacyInfo" => "Sources/PayPalWebPayments/PrivacyInfo.xcprivacy" }
end

s.subspec "VenmoPayments" do |s|
s.source_files = "Sources/VenmoPayments/*.swift"
s.dependency "PayPal/CorePayments"
end

s.subspec "FraudProtection" do |s|
s.source_files = "Sources/FraudProtection/*.swift"
s.dependency "PayPal/CorePayments"
Expand Down
Loading

0 comments on commit 21686b4

Please sign in to comment.