휴대폰 결제가 아닌경우 user설정을 하도록 수정
This commit is contained in:
		| @@ -55,7 +55,7 @@ final class CanPgPaymentViewModel: ObservableObject { | ||||
|                         payload.orderId = "\(data.chargeId)" | ||||
|                         payload.method = paymentMethod!.rawValue | ||||
|                          | ||||
|                         if paymentMethod == .phone { | ||||
|                         if paymentMethod != .phone { | ||||
|                             let bootUser = BootUser() | ||||
|                             bootUser.userId = "\(UserDefaults.int(forKey: .userId))" | ||||
|                             bootUser.username = UserDefaults.string(forKey: .nickname) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung